body {
	background-color: #f8f8f8;
    padding-bottom: 30px
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 13, 2014 */
@font-face {
    font-family: 'robotobold';
    src: url('/css/application/fonts/roboto-bold-webfont.eot');
    src: url('/css/application/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/application/fonts/roboto-bold-webfont.woff') format('woff'),
         url('/css/application/fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('/css/application/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoitalic';
    src: url('/css/application/fonts/roboto-italic-webfont.eot');
    src: url('/css/application/fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/application/fonts/roboto-italic-webfont.woff') format('woff'),
         url('/css/application/fonts/roboto-italic-webfont.ttf') format('truetype'),
         url('/css/application/fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('/css/application/fonts/roboto-regular-webfont.eot');
    src: url('/css/application/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/application/fonts/roboto-regular-webfont.woff') format('woff'),
         url('/css/application/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('/css/application/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "robotoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
.container {
    background-color: #fff;
}

.container-logo {
    background-color: transparent;
   
}

.btn-info {
	background-color: #943E54;
	border-color: #8D394A;
}

.btn-info:hover {
	background-color: #74303D;
	border-color: #8D394A;
}

.text-primary {
	color: #943E54;
}
a {
	color: #943E54;
}
a:hover, a:focus {
    color: #74303D;
    text-decoration: underline;
}